home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 1 / CD Fun House (Wayzata Technology).iso / •AdventureLand• / Adventures / Shadows ••• / Shadows еее / card_8059.txt < prev    next >
Text File  |  1990-10-02  |  3KB  |  107 lines

  1. -- card: 8059 from stack: in
  2. -- bmap block id: 8341
  3. -- flags: 0000
  4. -- background id: 2763
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on opencard
  8.   hide card button "door"
  9. end opencard
  10.  
  11. on closecard
  12.   hide menubar
  13.   hide message box
  14. end closecard
  15.  
  16.  
  17.  
  18. -- part 1 (button)
  19. -- low flags: 00
  20. -- high flags: 8004
  21. -- rect: left=407 top=45 right=98 bottom=477
  22. -- title width / last selected line: 0
  23. -- icon id / first selected line: 2507 / 2507
  24. -- text alignment: 1
  25. -- font id: 0
  26. -- text size: 12
  27. -- style flags: 0
  28. -- line height: 16
  29. -- part name: riddle 1
  30. ----- HyperTalk script -----
  31. on mouseUp
  32.   answer"if rain is in spain,what about minnesota"with"snow"or"cats"or"money"
  33.   if it is "money" then go to next card
  34.   if it is "snow" then show card button "door"
  35.   put "click on the door!you may go!"
  36.   if it is "cats" then go to next card
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 4 (button)
  42. -- low flags: 00
  43. -- high flags: 8004
  44. -- rect: left=407 top=179 right=232 bottom=477
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 2507 / 2507
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: riddle 3
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   answer"if I die,what will you do?"with"nothing"or"go back for help"
  56.   if it is "go back for help" then go to next card
  57.   if it is "nothing" then show card button "door"
  58.   put "click on the door!you may go!"
  59. end mouseUp
  60.  
  61.  
  62.  
  63. -- part 5 (button)
  64. -- low flags: 00
  65. -- high flags: 8004
  66. -- rect: left=407 top=111 right=164 bottom=477
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 2507 / 2507
  69. -- text alignment: 1
  70. -- font id: 0
  71. -- text size: 12
  72. -- style flags: 0
  73. -- line height: 16
  74. -- part name: riddle 2
  75. ----- HyperTalk script -----
  76. on mouseUp
  77.   answer"if gorf spelled back is frog,what is a frog?"with"GORF"or"FROG"or"GORFROG"
  78.   if it is "gorf" then go to next card
  79.   if it is "frog" then show card button "door"
  80.   put "click on the door!you may go!"
  81.   if it is "gorfrog" then go to next card
  82. end mouseUp
  83.  
  84.  
  85.  
  86. -- part 6 (button)
  87. -- low flags: 80
  88. -- high flags: 2000
  89. -- rect: left=211 top=35 right=235 bottom=352
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 0 / 0
  92. -- text alignment: 1
  93. -- font id: 0
  94. -- text size: 12
  95. -- style flags: 0
  96. -- line height: 16
  97. -- part name: door
  98. ----- HyperTalk script -----
  99. on mouseUp
  100.   go to card id 5691
  101. end mouseUp
  102.  
  103.  
  104.  
  105. -- part contents for background part 17
  106. ----- text -----
  107. YOU GO INTO THE NEXT ROOM AND THE GREAT MASTER SITS TO GIVE YOU HIS THREE RIDDLES OF NO ANSWER.